pytest 使用

pytest

1
pip install pytest
  • fixtures
  • mark

module setup

class setup

method setup

function setup

PyCharm-中使用-pytest

Preferences—>Tools—>Python Integrated Tools

Testing—>Default test runner:pytest

pytest 插件

  • pytest-sugar pip install pytest-sugar

  • pytest-assume pip install pytest-assume

  • pytest-ordering pip install pytest-ordering
    • pytest-rerunfailures pip install pytest-rerunfailures
  • pytest-cov pip install pytest-cov

参考

pytest的一些实用插件实践

×

纯属好玩

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

文章目录
  1. 1. pytest
  2. 2. PyCharm-中使用-pytest
  3. 3. pytest 插件
  4. 4. 参考
,